Click or drag to resize

Time Class

Represents start and end time of a media session.
Inheritance Hierarchy
SystemObject
  Independentsoft.Sip.SdpTime

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class Time

The Time type exposes the following members.

Constructors
  NameDescription
Public methodTime
Initializes a new instance of the Time class.
Public methodTime(DateTime, DateTime)
Initializes a new instance of the Time class with the specified start and end time.
Public methodTime(Int64, Int64)
Initializes a new instance of the Time class with the specified start and end time.
Public methodTime(DateTime, DateTime, RepeatTime)
Initializes a new instance of the Time class with the specified start, end and repeat time.
Top
Properties
  NameDescription
Public propertyEnd
Gets or sets end time.
Public propertyRepeatTime
Gets array of repeat times.
Public propertyStart
Gets or sets start time.
Public propertyTimeZone
Gets or sets time zone.
Top
Methods
  NameDescription
Public methodAdd
Add a RepeatTime.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse
Converts the specified string representation of a time to its Time equivalent.
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also